Skip to main content
POST
Create billto for a shipment [Deprecated]

Path Parameters

cartId
string
required
Required string length: 24
Example:

"5e5818a84d030c206b2ffb02"

Body

application/json
paymentMethod
string
required
Required string length: 3 - 24
Example:

"Visa Credit"

cardIdentifier
string
required
Required string length: 4
Example:

"1234"

amount
number
required
Required range: x >= 0.01
Example:

149.99

address
object
required

Response

Bill To For Shipment Created

paymentMethod
string
Required string length: 3 - 24
Example:

"Visa Credit"

cardIdentifier
string
Required string length: 4
Example:

"1234"

amount
number
Required range: x >= 0.01
Example:

149.99

address
object
billToId
number
Example:

1

cart
string
Example:

"5e5818a84d030c206b2ffb02"

_id
string
Example:

"5fee9d59f2f08a1b3cbdea08"

createdAt
string
Example:

"2020-12-31T02:09:53.914Z"

updatedAt
string
Example:

"2020-12-31T02:09:53.914Z"